From d2b240c1e8316bfa92ff768bfbf2468bf176401e Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Thu, 12 May 2022 14:14:23 +0200 Subject: [PATCH] Upd version and rm log --- include/siri/version.h | 4 ++-- src/siri/db/listener.c | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/include/siri/version.h b/include/siri/version.h index 5162ae95..90762616 100644 --- a/include/siri/version.h +++ b/include/siri/version.h @@ -6,7 +6,7 @@ #define SIRIDB_VERSION_MAJOR 2 #define SIRIDB_VERSION_MINOR 0 -#define SIRIDB_VERSION_PATCH 47 +#define SIRIDB_VERSION_PATCH 48 /* * Use SIRIDB_VERSION_PRE_RELEASE for alpha release versions. @@ -20,7 +20,7 @@ #ifndef NDEBUG #define SIRIDB_VERSION_BUILD_RELEASE "+debug" #else -#define SIRIDB_VERSION_BUILD_RELEASE "" +#define SIRIDB_VERSION_BUILD_RELEASE "-alpha-0" #endif #define SIRIDB_STRINGIFY(num) #num diff --git a/src/siri/db/listener.c b/src/siri/db/listener.c index af709c1c..67611022 100644 --- a/src/siri/db/listener.c +++ b/src/siri/db/listener.c @@ -1981,8 +1981,6 @@ static void exit_head_expr(uv_async_t * handle) ((query_select_t *) query->data)->headtail = head; - LOGC("Head: %zd", ((query_select_t *) query->data)->headtail); - SIRIPARSER_NEXT_NODE } @@ -2004,8 +2002,6 @@ static void exit_tail_expr(uv_async_t * handle) ((query_select_t *) query->data)->headtail = -tail; - LOGC("Tail: %zd", ((query_select_t *) query->data)->headtail); - SIRIPARSER_NEXT_NODE } -- 2.30.2